home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / prog / qb45mult.arj / EXEHDR.DOC < prev    next >
Encoding:
Text File  |  1993-10-03  |  756 b   |  19 lines

  1.  
  2.      EXE Header: This program modifies the EXE header to ask DOS for less 
  3. than the max amount of memory.
  4.  
  5.      Typing 'EXEHDR' will give a bit of help.
  6.  
  7.      Typing 'EXEHDR programname' will return info about the EXE file.
  8.  
  9.      Typing 'EXEHDR programname /MAX:xx' will modify the EXE file to ask for 
  10. xx amount of memory above the mimimum.
  11.  
  12.      You will have to play around a bit to find the correct amount of 
  13. memory. A way to get started is to type 'EXEHDR programname' and see what 
  14. the mimimum memory needed is. Then add on the scratch memory you would 
  15. like, and type 'EXEHDR programname /MAX:xx' with that number.
  16.  
  17.      Run the program. Did it crash? Then add more scratch. Ran ok? Then
  18. subtract a bit and see if it still runs.
  19.